

<!-- keep this comment -->

#formatter
{
	width: 790px;
}

#leftPanel
{
	float: left;
	width: 150px;
}

#rightPanel
{
	float: left;
	width: 640px;
}

#topPanel
{
	clear: both;
	padding: 5px 8px 5px 7px;
	margin-left: 7px;
}

#topPanel h1, .headingTitle span
{
	margin: 0;
	font-size: medium;
}

#topPanel ul
{
	float: right;
}

#left50, #right50, #left75, #right25, #column100
{
	float: left;
	padding-top: 17px;
	padding-bottom: 30px;
}

#left50, #right50
{
	width:315px;
}

#left75
{
	width: 475px;
}

#right25
{
	width: 155px;
}

.txt
{
	margin-left: 14px;
	margin-right: 14px;
}

#left50 .txt, #left75 .txt
{
	margin-left: 12px;
	margin-right: 9px;
}

#right50 .txt, #right25 .txt
{
	margin-left: 9px;
	margin-right: 12px;
}

.box
{
	margin-left: 7px;
	margin-right: 7px;
}

#left50 .box, #left75 .box
{
	margin-left: 7px;
	margin-right: 2px;
}

#right50 .box, #right25 .box
{
	margin-left: 2px;
	margin-right: 7px;
}

#left50 hr
{
	border-style: solid;
	border-width: thin;
}

#right50 hr
{
	border-style: solid;
	border-width: thin;
}

#header, #footer
{
	clear: both;
}